home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TRICHFINDDIALOG / TRICHFINDDIALOG.txt
Text File  |  1998-11-20  |  3KB  |  158 lines

  1. object RichFindDialog: TRichFindDialog
  2.   Left = 367
  3.   Top = 101
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search and Replace'
  7.   ClientHeight = 167
  8.   ClientWidth = 328
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 81
  19.     Height = 13
  20.     Caption = 'Find &Text:'
  21.     FocusControl = FindText
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 32
  26.     Width = 81
  27.     Height = 13
  28.     Caption = 'Replace &With:'
  29.     FocusControl = ReplaceWith
  30.   end
  31.   object FindText: TComboBox
  32.     Left = 96
  33.     Top = 8
  34.     Width = 225
  35.     Height = 21
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object ReplaceWith: TComboBox
  40.     Left = 96
  41.     Top = 32
  42.     Width = 225
  43.     Height = 21
  44.     ItemHeight = 13
  45.     TabOrder = 1
  46.   end
  47.   object Options: TGroupBox
  48.     Left = 8
  49.     Top = 56
  50.     Width = 153
  51.     Height = 73
  52.     Caption = 'Options:'
  53.     TabOrder = 2
  54.     object CaseSensitive: TCheckBox
  55.       Left = 8
  56.       Top = 16
  57.       Width = 137
  58.       Height = 17
  59.       Caption = 'Case Se&nsitive'
  60.       TabOrder = 0
  61.     end
  62.     object WholeWords: TCheckBox
  63.       Left = 8
  64.       Top = 32
  65.       Width = 137
  66.       Height = 17
  67.       Caption = 'W&hole Words Only'
  68.       TabOrder = 1
  69.     end
  70.     object Prompt: TCheckBox
  71.       Left = 8
  72.       Top = 48
  73.       Width = 137
  74.       Height = 17
  75.       Caption = '&Prompt on Replace'
  76.       TabOrder = 2
  77.     end
  78.   end
  79.   object Scope: TGroupBox
  80.     Left = 168
  81.     Top = 56
  82.     Width = 153
  83.     Height = 73
  84.     Caption = 'Scope:'
  85.     TabOrder = 3
  86.     object Global: TRadioButton
  87.       Left = 8
  88.       Top = 16
  89.       Width = 113
  90.       Height = 17
  91.       Caption = '&Global'
  92.       Checked = True
  93.       TabOrder = 0
  94.       TabStop = True
  95.     end
  96.     object FromCursor: TRadioButton
  97.       Left = 8
  98.       Top = 32
  99.       Width = 113
  100.       Height = 17
  101.       Caption = 'From C&ursor'
  102.       TabOrder = 1
  103.     end
  104.     object SelectedText: TRadioButton
  105.       Left = 8
  106.       Top = 48
  107.       Width = 113
  108.       Height = 17
  109.       Caption = '&Selected Text'
  110.       TabOrder = 2
  111.     end
  112.   end
  113.   object ReplaceAll: TButton
  114.     Left = 8
  115.     Top = 136
  116.     Width = 75
  117.     Height = 25
  118.     Caption = 'Replace &All'
  119.     TabOrder = 4
  120.   end
  121.   object Replace: TButton
  122.     Left = 88
  123.     Top = 136
  124.     Width = 75
  125.     Height = 25
  126.     Caption = '&Replace'
  127.     TabOrder = 5
  128.   end
  129.   object Find: TButton
  130.     Left = 168
  131.     Top = 136
  132.     Width = 73
  133.     Height = 25
  134.     Caption = '&Find'
  135.     Default = True
  136.     TabOrder = 6
  137.   end
  138.   object Cancel: TButton
  139.     Left = 248
  140.     Top = 136
  141.     Width = 75
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = '&Cancel'
  145.     TabOrder = 7
  146.   end
  147.   object GREPBox: TListBox
  148.     Left = 8
  149.     Top = 0
  150.     Width = 313
  151.     Height = 8
  152.     ItemHeight = 14
  153.     Style = lbOwnerDrawFixed
  154.     TabOrder = 8
  155.     Visible = False
  156.   end
  157. end
  158.